home *** CD-ROM | disk | FTP | other *** search
/ Fun & Games 2 (Canada) / Fun & Games CD-ROM (Canada).bin / games / disk331 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1990-08-05  |  282 b   |  20 lines

  1. rem (C) 1990 Computer Graphic Solutions
  2. echo off
  3. cls
  4. if %1.==. goto noparms
  5. %1
  6. goto inst1
  7. :noparms
  8. c:
  9. :inst1
  10. rem cd \
  11. md sandiego
  12. cd sandiego
  13. copy a:*.*
  14. sandiego.exe
  15. del sandiego.exe
  16. copy sandiego.bat ..\sandiego.bat
  17. echo  enter sandiego to start game
  18. cd ..
  19. :end
  20.